GPS HTTP POST

價格:免費

更新日期:2014-11-26

檔案大小:1.5M

目前版本:0.0.6

版本需求:Android 2.3 以上版本

官方網站:http://jojoagogogo.com

Email:jojoa555@gmail.com

聯絡地址:隱私權政策

GPS HTTP POST(圖1)-速報App

POST in the HTTP protocol on the server

where you have set the GPS information of the terminal

It is also possible to save the GPX format xml file also.

switching satellite photo [menu] button

[Format to POST]

add=address

lat=Latitude

lon=Longitude

time=GMT time

ele=Elevation

[Server side program sample]

GPS HTTP POST(圖2)-速報App

$add = $_POST["add"];

$lat = $_POST["lat"];

$lon = $_POST["lon"];

$time = $_POST["time"];

$ele = $_POST["ele"];

$xml = "".$ele."";

$fp = fopen("/tmp/gpx.log", "a");

fwrite($fp, $xml."\n");

fclose($fp);

echo $xml

GPS HTTP POST(圖3)-速報App

?>

GPS HTTP POST(圖4)-速報App